/*
////////////////////////////////////////////////////////////////
//
// structure.css Stylesheet fuer die Struktur
//
// Weblication CMS Strukturdesign Version 4.0.9
// erstellt durch Scholl Communications AG, 77694 Kehl, www.scholl.de
// erstellt mit Weblication Content Management Server, www.weblication.de
//
////////////////////////////////////////////////////////////////
*/

/*Strukturformatierung*/
  body                 {text-align:left;}

  .blockMain           {width:790px;}/*Gesamter Bereich*/
  .blockTop            {width:790px;border-top-style:solid;border-width:1px;}/*Bereich oben*/
  .blockLeft           {float:left;border-style:none;border-width:1px;width:175px;height:100%;vertical-align:top;background-image: url("../design/img/bgmotor.gif");background-repeat:no-repeat;}/*Bereich links*/
  .blockContent        {height:100%;float:left;border-style:none;border-width:1px;width:616px;vertical-align:top;}/*Inhaltsbereich*/
  
  .systemNaviTop       {position:absolute;top:2px;width:768px;text-align:right;}